object PreferencesForm: TPreferencesForm Left = 255 Top = 139 HelpContext = 10 BorderStyle = bsDialog Caption = 'To-do List Preferences' ClientHeight = 249 ClientWidth = 517 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = True Position = poDefault OnCreate = FormCreate OnHide = FormHide OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object LblPurchaseButtonInfo: TLabel Left = 432 Top = 160 Width = 74 Height = 57 Alignment = taCenter AutoSize = False Caption = 'Click Purchase for latest prices or to register To-do List now!' WordWrap = True end object BBtnOK: TBitBtn Left = 432 Top = 16 Width = 73 Height = 25 TabOrder = 0 Kind = bkOK end object BBtnCancel: TBitBtn Left = 432 Top = 48 Width = 73 Height = 25 TabOrder = 1 Kind = bkCancel end object BBtnHelp: TBitBtn Left = 432 Top = 80 Width = 73 Height = 25 TabOrder = 2 Kind = bkHelp end object PageControl1: TPageControl Left = 8 Top = 8 Width = 409 Height = 233 ActivePage = TabSheet1 TabIndex = 0 TabOrder = 4 object TabSheet1: TTabSheet Caption = 'Preferences' object GroupBox1: TGroupBox Left = 8 Top = 8 Width = 185 Height = 73 Caption = 'To-do List' TabOrder = 0 object AlwaysOnTopChkbx: TCheckBox Left = 8 Top = 20 Width = 97 Height = 17 Caption = 'Always on top' Checked = True State = cbChecked TabOrder = 0 end object ShowCheckmarksChkbx: TCheckBox Left = 8 Top = 44 Width = 161 Height = 17 Caption = 'Show list checkmarks (ticks)' Checked = True State = cbChecked TabOrder = 1 end end object GroupBox2: TGroupBox Left = 8 Top = 96 Width = 185 Height = 97 Caption = 'Confirmation' TabOrder = 1 object ConfirmSingleDelChkbx: TCheckBox Left = 8 Top = 20 Width = 161 Height = 17 Caption = 'Confirm single task delete' Checked = True State = cbChecked TabOrder = 0 end object ConfirmMultipleDelChkBx: TCheckBox Left = 8 Top = 44 Width = 161 Height = 17 Caption = 'Confirm multiple task delete' Checked = True State = cbChecked TabOrder = 1 end object ConfirmClearAllChkbx: TCheckBox Left = 8 Top = 68 Width = 137 Height = 17 Caption = 'Confirm clear all' Checked = True State = cbChecked TabOrder = 2 Visible = False end end object ToolbarPosGroup: TRadioGroup Left = 208 Top = 136 Width = 185 Height = 57 Caption = 'Toolbar Position' Columns = 2 ItemIndex = 0 Items.Strings = ( 'Top' 'Bottom' 'Left' 'Right') TabOrder = 4 end object RdGrpMinimizeStyle: TRadioGroup Left = 208 Top = 8 Width = 185 Height = 57 Caption = 'Window Behavior' ItemIndex = 0 Items.Strings = ( 'Close minimizes to system tray' 'Close/minimize as normal') TabOrder = 2 end object RdGrpDefAddPos: TRadioGroup Left = 208 Top = 72 Width = 185 Height = 57 Caption = 'Default Add Position for New Tasks' ItemIndex = 0 Items.Strings = ( 'Bottom' 'Top') TabOrder = 3 end end object TabSheet3: TTabSheet Caption = 'About' object Image1: TImage Left = 304 Top = 16 Width = 81 Height = 81 Center = True Picture.Data = {} Stretch = True end object Bevel1: TBevel Left = 304 Top = 16 Width = 81 Height = 81 end object LblProductNameAndNo: TLabel Left = 8 Top = 8 Width = 169 Height = 13 AutoSize = False Caption = 'To-do List' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object TLabel Left = 8 Top = 28 Width = 265 Height = 13 AutoSize = False Caption = #169' Copyright 1999-2002 J.E.Holt. All Rights Reserved.' end object TLabel Left = 8 Top = 112 Width = 78 Height = 13 Caption = 'visit our website:' end object TLabel Left = 8 Top = 136 Width = 53 Height = 13 Caption = 'contact us:' end object TLabel Left = 8 Top = 160 Width = 105 Height = 33 AutoSize = False Caption = 'join our mailing list - send a blank email to:' WordWrap = True end object LblMailinglist: TLabel Left = 120 Top = 168 Width = 155 Height = 13 Cursor = crHandPoint Caption = 'listsubscribe@htpshareware.com' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False OnClick = LblMailinglistClick end object LblWebsite: TLabel Left = 120 Top = 112 Width = 114 Height = 13 Cursor = crHandPoint Caption = 'www.htpshareware.com' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False OnClick = LblWebsiteClick end object LblEmail: TLabel Left = 120 Top = 136 Width = 109 Height = 13 Cursor = crHandPoint Caption = 'support / contact page' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False OnClick = LblEmailClick end object TLabel Left = 8 Top = 56 Width = 66 Height = 13 Caption = 'Registered to:' end object LblRegisteredTo: TLabel Left = 80 Top = 56 Width = 70 Height = 13 Caption = '' end object LblRegistrationReminder: TLabel Left = 8 Top = 72 Width = 233 Height = 29 AutoSize = False Caption = '<>' WordWrap = True end end end object bbtnRegister: TBitBtn Left = 432 Top = 216 Width = 73 Height = 25 Caption = '&Purchase...' TabOrder = 3 OnClick = bbtnRegisterClick end end